home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / gnu / djgpp / src / libgplus.5 / libgplus / config / linux.mt next >
Encoding:
Text File  |  1993-08-03  |  400 b   |  13 lines

  1. # Needs some work.
  2.  
  3. # Linux puts iostream in libc.a.
  4. STREAM_OBJS =
  5. REGEX_OBJ=
  6. # IO_DIR=no-stream might be the right thing for Linux, but you need
  7. # to re-run gendepend in libg++/utils first.  There is also the problem
  8. # that -nostdinc++ won't pick up the iostream include files ...
  9. # IO_DIR=no-stream
  10. G_CONFIG_ARGS = CONFIG_NM="nm -d"
  11. # Don't include iostream files in libg++.a.
  12. IO_OBJECTS_TO_GET = 
  13.